home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d23 / stripzip.arc / README < prev    next >
Text File  |  1989-03-27  |  2KB  |  54 lines

  1. After reading messages on BBS's about the problems caused by long comments
  2. containing ANSI sequences in ZIP files I thought it might be useful
  3. to have a utility that did nothing more than strip the file comment
  4. out of a ZIP file.
  5.  
  6.  
  7.  
  8. The syntax for STRIPZIP is the same as for my ZIPV:
  9.  
  10.         STRIPZIP [/B] file_spec1[.ZIP] [file_spec2[.ZIP]  ...  ]
  11.  
  12. The file specs can contain wildcards.  The /B option will prevent the
  13. name and path of the ZIP file from being displayed (this is primarily
  14. for BBS use).
  15.  
  16.  
  17.  
  18.  
  19. STRIPZIP creates a temporary file on the SAME drive as the ZIP file (so
  20. that I can simply rename the result).  This means that there must be
  21. approximately as much free disk space as the size of the largest ZIP
  22. file to be stripped.
  23.  
  24. If you strip a single file STRIPZIP returns an ERRORLEVEL of 0 if it
  25. is successful, an ERRORLEVEL of 1 if there is a problem.  The problem
  26. could either be that the ZIP file was invalid or that there wasn't
  27. enough disk space to process the file.  If you strip multiple files
  28. you will only get the result from the last file processed.  (STRIPZIP
  29. will stop if the disk is full but if the ZIP file is invalid it will
  30. skip it and process the next file.)
  31.  
  32.  
  33.         
  34.  
  35.  
  36.  
  37. _________
  38.  
  39.  
  40.  
  41.     The program is fully protected by copyright and all rights are 
  42.     reserved.  This program is distributed as "POSTware".  If you 
  43.     find the program useful please send a post card to:
  44.  
  45.         Ken Brown
  46.         5707 Jamestown Rd Apt 2
  47.         Hyattsville, MD  20782
  48.  
  49.     No registration is required.
  50.  
  51.  
  52.  
  53.  
  54.